projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250368a
)
(scan_sexps_forward):
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:17:40 +0000
(14:17 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:17:40 +0000
(14:17 +0000)
Declare all args (per C99).
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index 5114fc06af7d1c20b19b9e67f02522d876ea27d4..b217404e87db60b7199cc6024792f1e7b3e72e34 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-2467,7
+2467,7
@@
scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
stopbefore, oldstate, commentstop)
struct lisp_parse_state *stateptr;
register int from;
- int end, targetdepth, stopbefore;
+ int end, targetdepth, stopbefore
, from_byte
;
Lisp_Object oldstate;
int commentstop;
{